derelict_extras-glib ~master (2022-04-09T03:18:16.0133507)
Dub
Repo
g_list_find
derelict
glib
glist
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GList
*
g_list_find
(GList* list, gconstpointer data)
version(Derelict_Link_Static)
extern (
C
) extern (
C
) nothrow
GList
*
g_list_find
(
GList
*
list
,
gconstpointer
data
)
da_g_list_find
g_list_find
;
Meta
Source
See Implementation
derelict
glib
glist
aliases
GList
da_g_list_alloc
da_g_list_append
da_g_list_concat
da_g_list_copy
da_g_list_copy_deep
da_g_list_delete_link
da_g_list_find
da_g_list_find_custom
da_g_list_first
da_g_list_foreach
da_g_list_free
da_g_list_free_1
da_g_list_free_full
da_g_list_index
da_g_list_insert
da_g_list_insert_before
da_g_list_insert_sorted
da_g_list_insert_sorted_with_data
da_g_list_last
da_g_list_length
da_g_list_nth
da_g_list_nth_data
da_g_list_nth_prev
da_g_list_position
da_g_list_prepend
da_g_list_remove
da_g_list_remove_all
da_g_list_remove_link
da_g_list_reverse
da_g_list_sort
da_g_list_sort_with_data
functions
g_list_alloc
g_list_append
g_list_concat
g_list_copy
g_list_copy_deep
g_list_delete_link
g_list_find
g_list_find_custom
g_list_first
g_list_foreach
g_list_free
g_list_free_1
g_list_free_full
g_list_index
g_list_insert
g_list_insert_before
g_list_insert_sorted
g_list_insert_sorted_with_data
g_list_last
g_list_length
g_list_nth
g_list_nth_data
g_list_nth_prev
g_list_position
g_list_prepend
g_list_remove
g_list_remove_all
g_list_remove_link
g_list_reverse
g_list_sort
g_list_sort_with_data
structs
_GList